home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000391_news@columbia.edu _Tue Jun 20 17:09:34 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id RAA26567
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 20 Jun 2000 17:09:33 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA23435
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 20 Jun 2000 17:09:33 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA21291
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 20 Jun 2000 16:46:47 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: No response to "set line /dev/ttyS1"
  14. Date: 20 Jun 2000 20:46:46 GMT
  15. Organization: Columbia University
  16. Message-ID: <8iol7m$kp9$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8ioj59$sh4$1@eskinews.eskimo.com>,
  20. Jim Osborn <jimo@eskimo.com> wrote:
  21. : After seven years of using CKermit to connect with my ISP, it's
  22. : suddenly stopped responding to a "set line" command.  Kermit just
  23. : sits there with the cursor at the beginning of the line following
  24. : the "set line" command; I've given it as long as thirty minutes.
  25. : At this point, Kermit is unresponsive to ctrl-c or ctrl-\ c, or
  26. : ctrl-q or ctrl-d.  The one successful key is ctrl-z, which stops
  27. : Kermit.  Upon returning to Kermit with "fg" I get a prompt, and
  28. : at that point if I type ctrl-c I seem to regain Kermit's attention.
  29. : The only thing I've changed on my system is that I've fired up pppd a
  30. : few times.  Of course, pppd is not running when I'm trying to use
  31. : Kermit. The lock files for both Kermit and pppd are made and removed
  32. : in /var/lock, and Kermit does complain about permissions if I try to
  33. : "set line" when pppd is running, so I'd expect that if pppd has
  34. : changed the permissions of something that Kermit needs, I'd get an
  35. : error message. 
  36. : I know the modem itself works fine, as the ppp link is successful.
  37. : Can anyone give me some hints as to what Kermit might be waiting for,
  38. : given the lack of response to interrupt?
  39. : I'm running C-Kermit 6.0.192, on SuSE 6.3 Linux, with kernel 2.2.13.
  40. My first question would be, why are you running a 1996 version of Kermit
  41. on a nearly-brand new release of SuSE?  Please try one of the prebuilt
  42. and prepackaged SuSE versions of C-Kermit 7.0, which you can find here:
  43.  
  44.   http://www.columbia.edu/kermit/ckermit.html
  45.  
  46. If you still have trouble, send email to kermit-support@columbia.edu
  47. with details.
  48.  
  49. - Frank